#!/bin/sh


# Just run the postinstall script (as we always want to install from scratch) 
# by reading the postinstall script's contents into this postupgrade script.
. "$PACKAGE_PATH""/Contents/Resources/postinstall"
